/*  
Theme Name: CE Site
Theme URI: http://creativeelectric.com
Description: Creative Electric
Version: 1.0
Author: Ulyssan Design
Author URI: http://ulyssan.ca
*/

html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	padding:0;
	margin:0;
	background-color:transparent;
  background-image:url(/images/background.jpg);
  background-repeat:repeat-x;
	height:100%;
  text-align:center;
	}
html {
	overflow-y:scroll;
	}
.style1 {
	font-size:10pt;
	}
.style2 {
	font-size:12pt;
	}
.style3 {
	font-size:12pt;
	font-weight:bold;
	}
.style4 {
	font-size:14pt;
	font-weight:bold;
	}
.style5 {
	font-size:18pt;
	font-weight:bold;
	}
.blue {
	font-size:14pt;
  font-weight:bold;
  color:#0363F8;
  }
a {
	text-decoration:none;
	color:#0066FF;
	}
a img {
	border:0;
	}
a:hover {
	text-decoration:underline;
	color:#0000FF;
	}
ul {
	list-style:none;
  margin-top:5px;
  }
li {
	list-style:none;
  margin-left:-35px;
  margin-bottom:10px;
  }
#container {
  background:#ffffff;
  border:1px solid #000000;
  width:900px;
  margin:15px auto;
  padding:0;
  min-height:90%;
  }
  #header {
    background:#0363F8;
    background-image:url(/images/logo.jpg);
    width:900px;
    height:200px;
    margin:0 auto;
    padding:0;
    overflow:hidden;
    float:left;
    clear:both;
    }
      #button {
        width:155px;
        height:23px;
        border:0;
        margin:0;
        padding:0;
        float:left;
        clear:both;
        }
      #menu {
      	position:relative;
        top:147px;
        height:30px;
      	border:0;
        margin:0;
        padding:0;
        clear:both;
        }
  #left {
    border:0;
    width:125px;
    margin:10px 15px 0 10px;
    padding:0;
    float:left;
    }
  #submenu {
    text-align:left;
    border-right:0;
    font-size:11pt;
    font-weight:bold;
    margin:0 0 30px 0;
    padding:0;
    float:left;
    clear:both;
    }
    #submenu p {
      margin:5px 5px;
      }
    #submenu a {
      text-decoration:none;
      color:#000000;
      }
    #submenu a:hover {
      text-decoration:none;
      color:#0033ff;
      }
  #right {
    border:0;
    width:735px;
    margin:10px 15px 15px 0;
    padding:0;
    float:right;
    }
  #copy {
    text-align:left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin:0;
    padding:0;
    float:left;
    clear:both;
    }
    #copy p {
      line-height:1.5;
      margin:0 0 16px 0;
      }
#footer {
	margin:10px auto;
  padding:0;
  font-size:10pt;
  color:#333333;
  text-align:center;
	}
  #footer a {
    text-decoration:none;
    color:#333333;
    }
  #footer a:hover {
    text-decoration:none;
    color:#FF6633;
    }
#footspace {
	height:10px;
  margin:0;
  padding:0;
  clear:both;
  }
div.clear {
	clear:both;
	}